home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / quake.zip / HIPGRAPL.ZIP / README.TXT < prev    next >
Text File  |  1997-04-27  |  4KB  |  79 lines

  1. MORNING STAR v1.11
  2. Scourge of Armagon Adaptation Source
  3.  
  4. Original Morning Star by "Mike" <amichael@asu.alasu.edu>
  5. Adaptation by Chris "Kiwi" Hargrove <chargrove@mail.ravensoft.com>
  6.  
  7. Note: I'm assuming by this point that you're already familiar with
  8. compiling QC code, packing and unpacking .PAK files, etc, and that you
  9. already have and are familiar with the original Morning Star patch.
  10. If any of these don't apply, stop reading now.
  11.  
  12. Instructions:
  13. **YOU NEED THE ORIGINAL GRAPPLING HOOK MODELS!**
  14.  
  15.     - Run QCC to generate the output GRPPROGS.DAT
  16.     - Replace the original hipnotic PROGS.DAT with this file, renamed
  17.       to PROGS.DAT of course (make sure to back up the original file).
  18.     - Unpack the existing "standard" grappling hook pak0.pak and copy
  19.       all the component files, EXCEPT progs.dat, over to identically
  20.       named directories under the hipnotic game directory (or repack
  21.       another pak0 without progs.dat; it's up to you)
  22.  
  23. Information:
  24.  
  25.     I made this on a whim one evening for one purpose only - so my
  26.     coworkers and I could play HIPDM1 with the grappling hook.  That's
  27.     about all there is to it.  I'm not a big QC person, and before this
  28.     I had barely touched the stuff; there's plenty of other more
  29.     "conventional" programming for me to do.  But the grappling hook was
  30.     a lot of fun, and HIPDM1 is a lot of fun.  Considering the open-ness
  31.     of the map, it seemed like a match made in heaven.  After playing it
  32.     for a while, the opinion is no different; it's ridiculously fun.
  33.     The fact that you can actually grapple below the rest of the map,
  34.     as well as hang off the ceiling, gives an interesting twist to
  35.     deathmatching.
  36.  
  37.     In addition to a raw splicing in of the patch, two other minor changes
  38.     were made from the existing v1.11 grappler:
  39.  
  40.     - Firing and Pulling speeds doubled from 1000 to 2000 (easier to save
  41.       your life when falling to your death)
  42.     - Ability to fire when being grappled by an enemy re-enabled (since
  43.       I absolutely hated not being able to retaliate).
  44.  
  45.     Both of these are in chain.qc and are labelled in the comments with "KD".
  46.  
  47.     There might be some other minor differences or whatnot; oh well.
  48.     If you don't like something, change it, that's what the source is for.
  49.  
  50. * IMPORTANT *
  51.  
  52.     I do _NOT_ intend to support this thing in any way, shape, or form.
  53.     It will not be updated and it will not be maintained.  If you have any
  54.     problems or suggestions for improvements, direct them to the original
  55.     author of this patch.  If they're specifically about this adaptation,
  56.     then feel free to email me but I'm telling you right now I will not
  57.     reply.  This was a quick thing made to satisfy a whim; it's only being
  58.     released because of outside pressure by friends who've come to the
  59.     office and played it.
  60.  
  61.     In short, enjoy it, but other than that, take it or leave it.
  62.  
  63.     Thanks go to everyone deserving thanks; you know who you are.
  64.  
  65.     This patch has no affiliation with Raven Software or Hipnotic or
  66.     with the original author of the morning star patch.
  67.  
  68.     Use at your own risk.  Don't ask me any questions about it, and don't
  69.     ask Raven or Hipnotic any questions about it.  Insert any other relevant
  70.     legal jumbo here.
  71.  
  72.     - Chris Hargrove
  73.       4/27/97 8:47 PM
  74.  
  75.     P.S. Look at CLIENT.QC Lines 1071-1087 for a laugh at one of the
  76.          cheapest hacks ever :)
  77.  
  78. .EOF.
  79.